home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / PSMISC / INSTALL.{_2 < prev    next >
Text File  |  1999-09-17  |  456b  |  16 lines

  1. To build all programs in psmisc, simply execute
  2.  
  3.     make
  4.  
  5. To install fuser, killall, pstree, and their man pages, run (as root)
  6.  
  7.     make install
  8.  
  9. fuser is installed in /bin, killall and pstree are installed in /usr/bin
  10.  
  11. pidof is not installed by  make install  because different versions of
  12. pidof exist and may already be installed. If you want to install the
  13. pidof that comes with psmisc (and its man page), simply run (as root)
  14.  
  15.     make install-pidof
  16.